set

@JvmName(name = "setReceiveQueue")
operator fun DslList<MeshProtos.MeshPacket, DeviceStateKt.Dsl.ReceiveQueueProxy>.set(index: Int, value: MeshProtos.MeshPacket)
Received packets saved for delivery to the phone

repeated .meshtastic.MeshPacket receive_queue = 5;

Parameters

index

The index to set the value at.

value

The receiveQueue to set.


The mesh's nodes with their available gpio pins for RemoteHardware module

repeated .meshtastic.NodeRemoteHardwarePin node_remote_hardware_pins = 13;

Parameters

index

The index to set the value at.

value

The nodeRemoteHardwarePins to set.